home *** CD-ROM | disk | FTP | other *** search
- // Borland C++ Builder
- // Copyright (c) 1995, 1998 by Borland International
- // All rights reserved
-
- // (DO NOT EDIT: machine generated header) 'AHMMails.pas' rev: 3.00
-
- #ifndef AHMMailsHPP
- #define AHMMailsHPP
- #include <Classes.hpp>
- #include <Windows.hpp>
- #include <SysInit.hpp>
- #include <System.hpp>
-
- //-- user supplied -----------------------------------------------------------
-
- namespace Ahmmails
- {
- //-- type declarations -------------------------------------------------------
- typedef SmallString<33> TAHMAboutMailStr;
-
- typedef SmallString<33> TAHMExecMailStr;
-
- class DELPHICLASS TAHMMailsComponent;
- class PASCALIMPLEMENTATION TAHMMailsComponent : public Classes::TComponent
- {
- typedef Classes::TComponent inherited;
-
- private:
- TAHMAboutMailStr FAHMAboutMailStr;
- TAHMExecMailStr FAHMExecMailStr;
-
- public:
- virtual bool __fastcall Execute(void);
- __fastcall virtual TAHMMailsComponent(Classes::TComponent* AOwner);
-
- __published:
- __property TAHMAboutMailStr About = {read=FAHMAboutMailStr, write=FAHMAboutMailStr, stored=false};
- __property TAHMExecMailStr DesignExecute = {read=FAHMExecMailStr, write=FAHMExecMailStr, stored=false
- };
- public:
- /* TComponent.Destroy */ __fastcall virtual ~TAHMMailsComponent(void) { }
-
- };
-
- //-- var, const, procedure ---------------------------------------------------
- extern PACKAGE void __fastcall BuildMailDetails(void);
-
- } /* namespace Ahmmails */
- #if !defined(NO_IMPLICIT_NAMESPACE_USE)
- using namespace Ahmmails;
- #endif
- //-- end unit ----------------------------------------------------------------
- #endif // AHMMails
-